home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Exists examples < prev    next >
Text File  |  1992-11-25  |  168b  |  7 lines

  1. tell application "FileMaker Pro"
  2.     Exists first window
  3.     Exists Cell 67
  4.     Exists Record 10
  5.     Exists FileMaker Script "a"
  6.     Exists first Menu Item of Menu "external"
  7. end tell